This section provides you the steps to upgrade Kony MobileFabric Integration Service manually from 6.x to 6.5.x (WebLogic). Assume that you have prior installation of Kony MobileFabric Integration Service.
The following table displays the prerequisites for upgrading Kony MobileFabric Integration Service.
Refer to http://community.kony.com/downloads/manual to download the following artifacts:
Artifacts | Type | Purpose |
---|---|---|
Respective Database Upgrade scripts | Database Scripts | To setup the required schema |
|
WAR and EAR files |
To be deployed to Application Server |
|
TAR files |
To backup files, follow these steps:
To execute the database upgrade scripts downloaded in the prerequisites step, follow these steps:
Note: Run the scripts in given order. Replace the names of konyadmin and konyreports schema to your respective schemas.
middleware-bootconfig of 6.5.x is bundled with few additional .properties files compared to earlier versions that are required during the upgrade process. You would also need few .properties files from your backup location.
To add new and update existing property files, follow these steps:
The following new property files extracted are applicable only for metrics
log4j.appender.DEVICE.File = ${middleware.home}/../logs/middleware/device-payload.log log4j.appender.DATASOURCE.File=${middleware.home}/../logs/middleware/datasource-payload.log
Copy the appregistry folder of middleware-bootconfig from the previous version to the new middleware-bootconfig folder.
metrics.logging=false
Note: This property is introduced from version 6.0.3.3.
Note: If we set metrics.logging property to false, call the kony.license.disableMetricReporting() API in app init to disable “Maximum Offline Sessions Exceeded” alert.
To deploy the latest WAR files, follow these steps:
admin.war
, middleware.ear
and metrics.ear (applicable only for metrics) files to the application server from the Deployments tab of WebLogic Administration Console and provide the target as the cluster or servers in which Kony MobileFabric Integration Service is configured.Important: Start the server or cluster from the Servers tab under Environments in the left menu of the Administration Console.
Verify the upgrade process by logging into the console and look for Server Version and Health Check. Use version.html
for verification.
To verify the upgrade process, follow these steps:
http://ipaddress:port/admin/version.html
and look for server version.Note: Status should be in PASSED state.
Navigate to Settings and click Configuration.
Copyright © 2013 Kony, Inc. All rights reserved. |